Skip to content

fix: align input IDs with env var names - #85

Merged
its-mash merged 1 commit into
mainfrom
fix/input-id-consistency
Feb 21, 2026
Merged

fix: align input IDs with env var names#85
its-mash merged 1 commit into
mainfrom
fix/input-id-consistency

Conversation

@its-mash

Copy link
Copy Markdown
Member

Summary

  • Fix input ID / env var name mismatches in existing definitions on main
  • com.github-mcp-docker.json: GITHUB_TOKENGITHUB_PERSONAL_ACCESS_TOKEN
  • com.grafana-mcp-docker.json: GRAFANA_TOKENGRAFANA_SERVICE_ACCOUNT_TOKEN

Input IDs should match the environment variable names they map to. The ${input:ID} interpolation resolves the input value and sets it as the env var — if the names don't match, it creates confusion about which variable is actually being set.

Validation

  • Schema validation passes for both files
  • No other mismatches found across all server definitions on main

…ions

- com.github-mcp-docker.json: GITHUB_TOKEN → GITHUB_PERSONAL_ACCESS_TOKEN
- com.grafana-mcp-docker.json: GRAFANA_TOKEN → GRAFANA_SERVICE_ACCOUNT_TOKEN

Input IDs should match the environment variable names they map to for
consistency and to avoid confusion when configuring servers.

Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
@its-mash
its-mash merged commit 9ad90ac into main Feb 21, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant